-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: grey line SpacerView same padding as green line UnreadActionIndicator #39297
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good
@@ -409,6 +414,19 @@ function ReportActionItem({ | |||
]; | |||
}, [action, report.reportID]); | |||
|
|||
const renderThreadDivider = () => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use useMemo
Weird glitch happening but I confirmed this also happens on main so out of scope Screen.Recording.2024-03-30.at.9.44.17.AM.mov |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Bug: no unread indicator on transaction detail page Screen.Recording.2024-03-30.at.9.47.25.AM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will fix above regression
Another bug: no unread indicator on normal chat first report action Screen.Recording.2024-03-30.at.10.26.33.AM.mov |
FYI: I am going on vacation next week. I think all good if above regressions are fixed. |
I spent the weekend trying to fix this one. It's a bit hard with the logic I used. Will try again tomorrow. |
Unassigning myself as a reviewer since I'm going to be OOO for the next 2 weeks and I think this also should have been auto-assigned to @Beamanator. |
I am AFK for 2 days. I wil fix all by Friday. |
@situchan regression fixed. |
Updates done |
🎯 @DylanDylann, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #41080. |
I think the payment should be handled here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got a few small requested changes, thanks so much for continuing to push this through, @dragnoir 🙏
Also @dannymcclain @shawnborton are y'all interested in re-reviewing this PR before we merge?
@dragnoir Any update here? |
🎯 @DylanDylann, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #41304. |
@Beamanator all requested updates are done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eek, sorry I meant to check this out yesterday!
Thanks for the hard work on this @dragnoir 🙏 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by https://github.com/marcaaron in version: 1.4.70-5 🚀
|
Details
This PR makes the padding below total consistent with the grey and the green lines.
Fixed Issues
$ #30360
PROPOSAL: #30360 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
20240330_004953.mp4
Android: mWeb Chrome
20240330_000631.mp4
iOS: Native
20240330_001311.mp4
iOS: mWeb Safari
20240330_001208.mp4
MacOS: Chrome / Safari
20240330_001459.mp4
MacOS: Desktop
20240330_001609.mp4